home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / cat_exe.zip / README.1ST < prev    next >
Text File  |  1994-11-18  |  6KB  |  153 lines

  1. --------------------------------------------------------------
  2.             Copyright (C) 1994
  3.      German National Research Center for Computer Science (GMD)
  4. --------------------------------------------------------------
  5.  
  6.  
  7. This is the READ.ME file for the Cellular Automaton Tool (CAT). 
  8.  
  9. Cellular Automaton Tool (CAT)
  10. Release 1.00
  11.  
  12. 7 November 1994
  13.  
  14.  
  15. --------------------------------------------------------------
  16. Table of Contents
  17. --------------------------------------------------------------
  18.  
  19. 1. What is CAT?
  20. 2. Installation
  21. 3. Documented problems which aren't fixed yet
  22. 4. Legal notes
  23. 5. Authors
  24. 6. Bug reports and comments
  25. 7. File manifest for CAT_EXE.ZIP and CAT_DOC.ZIP
  26.  
  27. --------------------------------------------------------------
  28. What is CAT?
  29. --------------------------------------------------------------
  30. The Cellular Automaton Tool (CAT) is a tool to build and visualize 
  31. cellular automatons in an easy-to-use way. Its pascal-like language 
  32. CARP (Cellular Automaton Programming Language) is a means to build 
  33. cellular automatons of your own or to transfer samples from the 
  34. literature. 
  35.  
  36. As most intuitive approaches to a cellular automaton, CAT uses 
  37. its so-called "STATE" window to show the state of each cell of a 
  38. cellular automaton by a certain color. In most cases, changes of 
  39. the model may easily be noticed by recognizing uprising patterns or 
  40. changing colors. Apart from a representation in colors, the state of 
  41. all cells can also be expressed in decimal or hexadecimal figures.
  42.  
  43.  
  44. --------------------------------------------------------------
  45. Installation:
  46. --------------------------------------------------------------
  47. We suggest that you create the following directories:
  48.  
  49. C:\CAT
  50. C:\CAT\DOC
  51.  
  52. Unzip the zipped archive CAT_EXE.ZIP into the C:\CAT directory and 
  53. the archive CAT_DOC.ZIP into the C:\CAT\DOC directory. The unzipped 
  54. doc-files are appropriate to be printed by Winword 2.0 in A4 format. 
  55. If you have other paper formats, you must reformat the doc-files. 
  56. The doc-files are splitted up to avoid memory problems.
  57. A complete CAT manual is formed by the doc-files CM_PART0.DOC to 
  58. CM_PART5.DOC.
  59.  
  60. A listing of the files in the archive is below; they include the 
  61. executables, some CAT program files and Borlands BWCC.DLL 
  62. (copyright Borland).
  63.  
  64. After that, you can start CAT 
  65. - by doubleclicking the CAT.EXE within the file manager 
  66.   environment or 
  67. - by using the windows setup tool to add the CAT program 
  68.   to any program group. Click then the dice-form CAT icon.
  69.  
  70.  
  71. --------------------------------------------------------------
  72. Documented problems which aren't fixed yet:
  73. --------------------------------------------------------------
  74. Known restrictions and errors are mentioned in appendix D of the CAT 
  75. manual. Further hints are given in the online help.
  76. If you experience problems with GDI.EXE, try to disable shadow ram 
  77. and cache in your PC's bios setup.
  78.  
  79.  
  80. --------------------------------------------------------------
  81. Legal notes
  82. --------------------------------------------------------------
  83.             Copyright (C) 1994
  84.      German National Research Center for Computer Science (GMD)
  85.  
  86.  
  87. Permission to use, copy, modify, and distribute this software and its
  88. documentation for any purpose is granted to non-commercial
  89. organisations and for personal use, provided that the above copyright
  90. notice appear in all copies and that both that copyright notice and
  91. this permission notice and warranty disclaimer appear in supporting
  92. documentation, and that the name of GMD not be used in advertising or
  93. publicity pertaining to distribution of the software without specific,
  94. written prior permission.
  95.  
  96. For any use for profit or other commercial gain please contact the
  97. GMD (email adress below).
  98.  
  99. GMD disclaims all warranties with regard to this software, including
  100. all implied warranties of merchantability and fitness. In no event
  101. shall GMD be liable for any special, indirect, or consequential
  102. damages or any damages whatsoever resulting from loss of use, data or
  103. profits, whether in an action of contract, negligence or other
  104. tortious action, arising out of or in connection with the use or
  105. performance of this software.
  106.  
  107.  
  108.     GMD
  109.     Postbox 13 16
  110.     D-53754 Sankt Augustin
  111.  
  112. email: parmoc@gmd.de
  113.  
  114.  
  115. --------------------------------------------------------------
  116. Authors:
  117. --------------------------------------------------------------
  118. This software was written by Igor Jaceniak, Stefan Focke,
  119. Uwe Link and Georg Juenger, GMD.
  120.  
  121.  
  122. --------------------------------------------------------------
  123. Bug reports and comments:
  124. --------------------------------------------------------------
  125. Send mail and comments to parmoc@gmd.de
  126.  
  127. Have fun with it.
  128.  
  129.  
  130. --------------------------------------------------------------
  131. FILE MANIFEST FOR THIS DISTRIBUTION
  132. --------------------------------------------------------------
  133.  
  134. CAT_EXE.ZIP expands to:
  135. CAT.EXE                 The CAT executable
  136. CAT.HLP                 CAT Windows Help application
  137. BWCC.DLL                library (copyright 1989, 1990, 1991 Borland Intl) 
  138.             (may be exchanged by your national BWCC.DLL)
  139. README.1ST              You're looking at it...
  140. LICENSE.DOC             Legal notes to be noticed
  141. various CAT, CAR        sample programs
  142. CAS files
  143.  
  144. CAT_DOC.ZIP expands to:
  145. CM_PART0.DOC to CM_PART5.DOC                                                                                             a complete CAT Manual including a reference guide for the                                      language the CAT models are programmed in. 
  146.             The files may be printed by use of e.g. 
  147.             Winword 2.0. If you want to use another format 
  148.             than A4, you must reformat the documents.
  149. LICENSE.DOC             Legal notes to be noticed
  150.  
  151.  
  152. END of READ.ME file for the Cellular Automaton Tool (CAT).
  153.